home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo.
- !set showae=yes
- prompt $p$g
- substvol c 1
- date yy-mm-dd
- time 0:0:0
- !
- ! the following lines ensure that the folders with MacDOS and with the
- ! MacDOS batch files are searched
- !
- ! DO NOT ATTACH TO OTHER FOLDERS BEFORE UPDATING THE PATH
- !
- set w1=%where%
- decr w1 by \
- incr w1 by \batches
- path "c:\;1:\aliases;%where%;%w1%"
- set w1=
-
- !
- ! This sets loads the abbreviations defined in the file named 'abbrev'
- !
- set abbrev=abbrev
-